xen/arm: arm64: Remove MPIDR multiprocessing extensions check
authorWei Chen <wei.chen@linaro.org>
Tue, 31 May 2016 02:54:14 +0000 (10:54 +0800)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 1 Jun 2016 10:13:37 +0000 (11:13 +0100)
commit1f8168784ebfd862586d1d02acb3352ec3715d12
tree079af45377fac8e84cc2c88803cc7777d7408dad
parent132d4aa00ed2447afe4bc7d2d37abc97e7ece209
xen/arm: arm64: Remove MPIDR multiprocessing extensions check

In AArch32, MPIDR bit 31 is defined as multiprocessing extensions bit.
But in AArch64, this bit is always RES1. So the value check for this
bit is no longer necessary in AArch64.

Signed-off-by: Wei Chen <Wei.Chen@linaro.org>
Reviewed-by: Julien Grall <julien.grall@arm.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/arm64/head.S